home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Consumer Reports: Cars 1996
/
Consumer Reports: Cars 1996.iso
/
cr
/
art
/
process.bat
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-12-08
|
159 b
|
13 lines
cd %1
md x
for %%f in (*.bmp) do expand %%f x\%%f
attrib -r *.bmp
del *.bmp
move x\*.bmp .
rd x
compress -r *.bmp
del *.bmp
ren *.bm_ *.bmp
cd ..